home *** CD-ROM | disk | FTP | other *** search
/ Electronic Print Media Service 1998 February / Electronic Print Media Service 1998 February.iso / Ideasrc / Gallery.Dir / 00011_Script_Hidem < prev    next >
Text File  |  1997-12-08  |  228b  |  10 lines

  1. on mouseDown
  2.   puppetsound (2) "clank"
  3.   repeat while the mousedown
  4.     set the visible of sprite (the clickon) to false
  5.     updatestage
  6.   end repeat
  7.   set the visible of sprite (the clickon) to true
  8.   updatestage
  9. end
  10.